home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / pkgconfig / alsa.pc next >
Text File  |  2006-01-09  |  391b  |  14 lines

  1. prefix=/usr
  2. exec_prefix=/usr
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5.  
  6. Name: alsa
  7. Description: Advanced Linux Sound Architecture (ALSA) - Library
  8. Version: 1.0.10
  9. Requires: 
  10. Libs: -L${libdir} -lasound -lm -ldl -lpthread
  11. # -I${includedir}/alsa below is just for backward compatibility
  12. # (it was set so mistakely in the older version)
  13. Cflags: -I${includedir} -I${includedir}/alsa
  14.